object FrmCollisionDialog: TFrmCollisionDialog Left = 368 Top = 401 AutoScroll = False BorderIcons = [] Caption = 'Collisions' ClientHeight = 266 ClientWidth = 506 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 317 Height = 13 Caption = 'Name collision(s) detected with a new name or an existing file n' + 'ame' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lvNames: TListView Left = 8 Top = 40 Width = 481 Height = 177 Columns = < item AutoSize = True Caption = 'Old name' end item AutoSize = True Caption = 'New name' end> Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ReadOnly = True ParentFont = False TabOrder = 0 ViewStyle = vsReport end object Button1: TButton Left = 212 Top = 232 Width = 73 Height = 25 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end end